home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / c / ctags.lha / ctags-3.0.3 / INSTALL.DOS < prev    next >
Text File  |  1999-02-17  |  420b  |  12 lines

  1. Simple makefiles are provided for a few environments.
  2.  
  3.     Makefile.amiga    For Amiga with Manx C
  4.     Makefile.bcc    For Borland C/C++ on MSDOS
  5.     Makefile.djg    For the Gnu GCC (DJGPP) compiler on MSDOS
  6.     Makefile.os2    For OS/2
  7.     Makefile.w32    For Win32 with Visual C++ or Borland C++
  8.  
  9. Make sure that your makefile defines the appropriate label for the host for
  10. which you are compiling (i.e. AMIGA, MSDOS, OS2, or WIN32)
  11.  
  12.